home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / IMGLIB95 / UFULLSCR.DF_ / UFULLSCR.DF / UFULLSCR.txt
Text File  |  1996-03-31  |  966b  |  46 lines

  1. object FullSlide: TFullSlide
  2.   Left = 4
  3.   Top = 38
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'FullSlide'
  9.   ClientHeight = 433
  10.   ClientWidth = 624
  11.   Color = clBlack
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Position = poScreenCenter
  18.   OnClick = ImageClick
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object MultiImage1: TPMultiImage
  23.     Left = 8
  24.     Top = 10
  25.     Width = 609
  26.     Height = 396
  27.     Center = True
  28.     Color = clBlack
  29.     ImageName = 'file not found'
  30.     ImageDither = True
  31.     ImageReadRes = lColor256
  32.     ImageWriteRes = sColor256
  33.     TifSaveCompress = sNONE
  34.     JPegSaveQuality = 25
  35.     JPegSaveSmooth = 0
  36.     OnClick = ImageClick
  37.     OnKeyDown = MultiImage1KeyDown
  38.     Stretch = True
  39.     TextLeft = 0
  40.     TextTop = 0
  41.     TextRotate = 0
  42.     TabOrder = 0
  43.     TabStop = False
  44.   end
  45. end
  46.